Skip to content

add SEPROXYHAL_TAG_INVALID define#1456

Merged
mruiz-ledger merged 1 commit intomasterfrom
seproxyhal-protocol-tag
Mar 16, 2026
Merged

add SEPROXYHAL_TAG_INVALID define#1456
mruiz-ledger merged 1 commit intomasterfrom
seproxyhal-protocol-tag

Conversation

@mruiz-ledger
Copy link
Contributor

Description

Please provide a detailed description of what was done in this PR.
(And mention any links to an issue docs)

Changes include

  • Bugfix (non-breaking change that solves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (change that is not backwards-compatible and/or changes current functionality)
  • Tests
  • Documentation
  • Other (for changes that might not fit in any category)

Breaking changes

Please complete this section if any breaking changes have been made, otherwise delete it.

Additional comments

Please post additional comments in this section if you have them, otherwise delete it.

Auto cherry-pick in API_LEVEL

If requested to port the commits from this PR on a dedicated API_LEVEL branch,
select the targeted one(s), or add new references if not listed:

[ ] TARGET_API_LEVEL: API_LEVEL_25

This will only create the PR with cherry-picks, ready to be reviewed and merged.

Remember:

  • The merge will ALWAYS be a manual operation.
  • It is possible the cherry-picks don't apply correctly, mainly if previous commits have been forgotten.
  • In case of failure, there is no other solution than redo the operation manually...

@codecov-commenter
Copy link

codecov-commenter commented Mar 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.84%. Comparing base (42e0372) to head (1f3d083).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1456   +/-   ##
=======================================
  Coverage   91.84%   91.84%           
=======================================
  Files          37       37           
  Lines        4268     4268           
  Branches      522      522           
=======================================
  Hits         3920     3920           
  Misses        257      257           
  Partials       91       91           
Flag Coverage Δ
unittests 91.84% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a dedicated constant for an “invalid”/unset SEProxyHal tag value to the protocol header, aligning with the existing tag macro pattern and reserving 0x00 as an explicit sentinel.

Changes:

  • Introduce SEPROXYHAL_TAG_INVALID defined as 0x00 in include/seproxyhal_protocol.h.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@mruiz-ledger mruiz-ledger force-pushed the seproxyhal-protocol-tag branch from 3febf72 to 1f3d083 Compare March 16, 2026 08:51
@mruiz-ledger mruiz-ledger merged commit 1cd1c5c into master Mar 16, 2026
236 checks passed
@mruiz-ledger mruiz-ledger deleted the seproxyhal-protocol-tag branch March 16, 2026 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants